pub struct ChangeCursorByNameRequest<'input> {
    pub src: u32,
    pub name: Cow<'input, [u8]>,
}Fields§
§src: u32§name: Cow<'input, [u8]>Implementations§
Source§impl<'input> ChangeCursorByNameRequest<'input>
 
impl<'input> ChangeCursorByNameRequest<'input>
Trait Implementations§
Source§impl<'input> Clone for ChangeCursorByNameRequest<'input>
 
impl<'input> Clone for ChangeCursorByNameRequest<'input>
Source§fn clone(&self) -> ChangeCursorByNameRequest<'input>
 
fn clone(&self) -> ChangeCursorByNameRequest<'input>
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<'input> Debug for ChangeCursorByNameRequest<'input>
 
impl<'input> Debug for ChangeCursorByNameRequest<'input>
Source§impl<'input> Default for ChangeCursorByNameRequest<'input>
 
impl<'input> Default for ChangeCursorByNameRequest<'input>
Source§fn default() -> ChangeCursorByNameRequest<'input>
 
fn default() -> ChangeCursorByNameRequest<'input>
Returns the “default value” for a type. Read more
Source§impl<'input> Hash for ChangeCursorByNameRequest<'input>
 
impl<'input> Hash for ChangeCursorByNameRequest<'input>
Source§impl<'input> Ord for ChangeCursorByNameRequest<'input>
 
impl<'input> Ord for ChangeCursorByNameRequest<'input>
Source§fn cmp(&self, other: &ChangeCursorByNameRequest<'input>) -> Ordering
 
fn cmp(&self, other: &ChangeCursorByNameRequest<'input>) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
    Self: Sized,
 
fn max(self, other: Self) -> Selfwhere
    Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'input> PartialEq for ChangeCursorByNameRequest<'input>
 
impl<'input> PartialEq for ChangeCursorByNameRequest<'input>
Source§fn eq(&self, other: &ChangeCursorByNameRequest<'input>) -> bool
 
fn eq(&self, other: &ChangeCursorByNameRequest<'input>) -> bool
Tests for 
self and other values to be equal, and is used by ==.Source§impl<'input> PartialOrd for ChangeCursorByNameRequest<'input>
 
impl<'input> PartialOrd for ChangeCursorByNameRequest<'input>
Source§impl<'input> Request for ChangeCursorByNameRequest<'input>
 
impl<'input> Request for ChangeCursorByNameRequest<'input>
impl<'input> Eq for ChangeCursorByNameRequest<'input>
impl<'input> StructuralPartialEq for ChangeCursorByNameRequest<'input>
impl<'input> VoidRequest for ChangeCursorByNameRequest<'input>
Auto Trait Implementations§
impl<'input> Freeze for ChangeCursorByNameRequest<'input>
impl<'input> RefUnwindSafe for ChangeCursorByNameRequest<'input>
impl<'input> Send for ChangeCursorByNameRequest<'input>
impl<'input> Sync for ChangeCursorByNameRequest<'input>
impl<'input> Unpin for ChangeCursorByNameRequest<'input>
impl<'input> UnwindSafe for ChangeCursorByNameRequest<'input>
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