pub struct GoaDocuments(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl Freeze for GoaDocuments
impl RefUnwindSafe for GoaDocuments
impl Send for GoaDocuments
impl Sync for GoaDocuments
impl Unpin for GoaDocuments
impl UnwindSafe for GoaDocuments
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