pub struct parentDocumentId;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for parentDocumentId
impl RefUnwindSafe for parentDocumentId
impl Send for parentDocumentId
impl Sync for parentDocumentId
impl Unpin for parentDocumentId
impl UnwindSafe for parentDocumentId
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