Struct ffsend_api::action::password::Password
source · pub struct Password<'a> { /* private fields */ }
Expand description
An action to change a password of an uploaded Send file.
Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Password<'a>
impl<'a> Send for Password<'a>
impl<'a> Sync for Password<'a>
impl<'a> Unpin for Password<'a>
impl<'a> UnwindSafe for Password<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more