Struct ffsend_api::action::exists::Exists
source · pub struct Exists<'a> { /* private fields */ }Expand description
An action to check whether a remote file exists.
This aciton returns an ExistsResponse, that defines whether the file
exists, and whether it is protected by a password.
Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Exists<'a>
impl<'a> Send for Exists<'a>
impl<'a> Sync for Exists<'a>
impl<'a> Unpin for Exists<'a>
impl<'a> UnwindSafe for Exists<'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