pub struct Composition<T> { /* private fields */ }Implementations§
Source§impl Composition<Vec<Option<(&'static str, Composition<Vec<(&'static str, &'static str)>>)>>>
impl Composition<Vec<Option<(&'static str, Composition<Vec<(&'static str, &'static str)>>)>>>
Auto Trait Implementations§
impl<T> Freeze for Composition<T>where
T: Freeze,
impl<T> RefUnwindSafe for Composition<T>where
T: RefUnwindSafe,
impl<T> Send for Composition<T>where
T: Send,
impl<T> Sync for Composition<T>where
T: Sync,
impl<T> Unpin for Composition<T>where
T: Unpin,
impl<T> UnsafeUnpin for Composition<T>where
T: UnsafeUnpin,
impl<T> UnwindSafe for Composition<T>where
T: UnwindSafe,
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