pub enum RootPlacer {
Mangrove(MangroveRootPlacer),
}Variants§
Mangrove(MangroveRootPlacer)
Trait Implementations§
Source§impl Clone for RootPlacer
impl Clone for RootPlacer
Source§fn clone(&self) -> RootPlacer
fn clone(&self) -> RootPlacer
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for RootPlacer
impl !UnwindSafe for RootPlacer
impl Freeze for RootPlacer
impl Send for RootPlacer
impl Sync for RootPlacer
impl Unpin for RootPlacer
impl UnsafeUnpin for RootPlacer
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more