pub struct PinAdd<'a> {
pub key: &'a str,
pub recursive: Option<bool>,
pub progress: bool,
}
Fields§
§key: &'a str
§recursive: Option<bool>
§progress: bool
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for PinAdd<'a>
impl<'a> RefUnwindSafe for PinAdd<'a>
impl<'a> Send for PinAdd<'a>
impl<'a> Sync for PinAdd<'a>
impl<'a> Unpin for PinAdd<'a>
impl<'a> UnwindSafe for PinAdd<'a>
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