pub struct ShallowRequest {
pub depth: Option<usize>,
pub client_shallows: Vec<ObjectId>,
pub deepen_relative: bool,
}Fields§
§depth: Option<usize>§client_shallows: Vec<ObjectId>§deepen_relative: boolTrait Implementations§
Source§impl Clone for ShallowRequest
impl Clone for ShallowRequest
Source§fn clone(&self) -> ShallowRequest
fn clone(&self) -> ShallowRequest
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 ShallowRequest
impl Debug for ShallowRequest
Source§impl Default for ShallowRequest
impl Default for ShallowRequest
Source§fn default() -> ShallowRequest
fn default() -> ShallowRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ShallowRequest
impl RefUnwindSafe for ShallowRequest
impl Send for ShallowRequest
impl Sync for ShallowRequest
impl Unpin for ShallowRequest
impl UnsafeUnpin for ShallowRequest
impl UnwindSafe for ShallowRequest
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