pub struct Version { /* private fields */ }Expand description
An action to attempt to find the API version of a Send server.
This returns a Version as probed, and will return an error if failed to properly determine
the server API version.
This API specification for this action is compatible with both Firefox Send v2 and v3.
Implementations§
Auto Trait Implementations§
impl Freeze for Version
impl RefUnwindSafe for Version
impl Send for Version
impl Sync for Version
impl Unpin for Version
impl UnwindSafe for Version
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