pub struct GetAttachmentOptions {
pub rev: Option<String>,
}Fields§
§rev: Option<String>Trait Implementations§
Source§impl Clone for GetAttachmentOptions
impl Clone for GetAttachmentOptions
Source§fn clone(&self) -> GetAttachmentOptions
fn clone(&self) -> GetAttachmentOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetAttachmentOptions
impl Debug for GetAttachmentOptions
Source§impl Default for GetAttachmentOptions
impl Default for GetAttachmentOptions
Source§fn default() -> GetAttachmentOptions
fn default() -> GetAttachmentOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetAttachmentOptions
impl RefUnwindSafe for GetAttachmentOptions
impl Send for GetAttachmentOptions
impl Sync for GetAttachmentOptions
impl Unpin for GetAttachmentOptions
impl UnwindSafe for GetAttachmentOptions
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