pub struct GetMarkOpts {}
Expand description
Options passed to api::get_mark
. Currently unused.
Implementations§
Source§impl GetMarkOpts
impl GetMarkOpts
pub fn builder() -> GetMarkOptsBuilder
Trait Implementations§
Source§impl Clone for GetMarkOpts
impl Clone for GetMarkOpts
Source§fn clone(&self) -> GetMarkOpts
fn clone(&self) -> GetMarkOpts
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 GetMarkOpts
impl Debug for GetMarkOpts
Source§impl Default for GetMarkOpts
impl Default for GetMarkOpts
Source§fn default() -> GetMarkOpts
fn default() -> GetMarkOpts
Returns the “default value” for a type. Read more
Source§impl From<&GetMarkOpts> for Dictionary
impl From<&GetMarkOpts> for Dictionary
Source§fn from(_: &GetMarkOpts) -> Self
fn from(_: &GetMarkOpts) -> Self
Converts to this type from the input type.
Source§impl Hash for GetMarkOpts
impl Hash for GetMarkOpts
Source§impl PartialEq for GetMarkOpts
impl PartialEq for GetMarkOpts
impl Eq for GetMarkOpts
impl StructuralPartialEq for GetMarkOpts
Auto Trait Implementations§
impl Freeze for GetMarkOpts
impl RefUnwindSafe for GetMarkOpts
impl Send for GetMarkOpts
impl Sync for GetMarkOpts
impl Unpin for GetMarkOpts
impl UnwindSafe for GetMarkOpts
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