pub struct DocOptions {
pub guid: Option<String>,
pub client: Option<u64>,
}
Fields§
§guid: Option<String>
§client: Option<u64>
Trait Implementations§
Source§impl Clone for DocOptions
impl Clone for DocOptions
Source§fn clone(&self) -> DocOptions
fn clone(&self) -> DocOptions
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 Default for DocOptions
impl Default for DocOptions
Source§fn default() -> DocOptions
fn default() -> DocOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DocOptions
impl RefUnwindSafe for DocOptions
impl Send for DocOptions
impl Sync for DocOptions
impl Unpin for DocOptions
impl UnwindSafe for DocOptions
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