pub struct Src { /* private fields */ }Expand description
SRC
Implementations§
Trait Implementations§
impl Copy for Src
impl Eq for Src
impl Send for Src
impl StructuralPartialEq for Src
impl Sync for Src
Auto Trait Implementations§
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