pub struct AddFromPathsRequest { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Debug for AddFromPathsRequest
impl Debug for AddFromPathsRequest
Auto Trait Implementations§
impl Freeze for AddFromPathsRequest
impl RefUnwindSafe for AddFromPathsRequest
impl Send for AddFromPathsRequest
impl Sync for AddFromPathsRequest
impl Unpin for AddFromPathsRequest
impl UnwindSafe for AddFromPathsRequest
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