Enum drawbridge_type::tree::Content
source · [−]Variants
File(F)
Directory(Vec<u8>)
Trait Implementations
Auto Trait Implementations
impl<F> RefUnwindSafe for Content<F> where
F: RefUnwindSafe,
impl<F> Send for Content<F> where
F: Send,
impl<F> Sync for Content<F> where
F: Sync,
impl<F> Unpin for Content<F> where
F: Unpin,
impl<F> UnwindSafe for Content<F> where
F: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more