pub struct MaybeOwnedTrieNodeAsCowCallParam { /* private fields */ }
Expand description
This class can only be meaningfully used internally by CowNodeRef.
Auto Trait Implementations§
impl RefUnwindSafe for MaybeOwnedTrieNodeAsCowCallParam
impl !Send for MaybeOwnedTrieNodeAsCowCallParam
impl !Sync for MaybeOwnedTrieNodeAsCowCallParam
impl Unpin for MaybeOwnedTrieNodeAsCowCallParam
impl UnwindSafe for MaybeOwnedTrieNodeAsCowCallParam
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