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.
This API specification for this action is compatible with both Firefox Send v2 and v3.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Exists<'a>
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§
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