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