pub struct GetSplitRanges {}Expand description
Trait Implementations§
Source§impl Clone for GetSplitRanges
impl Clone for GetSplitRanges
Source§fn clone(&self) -> GetSplitRanges
fn clone(&self) -> GetSplitRanges
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 GetSplitRanges
impl Debug for GetSplitRanges
Source§impl Identifiable for GetSplitRanges
impl Identifiable for GetSplitRanges
Source§const CONSTRUCTOR_ID: u32 = 0x1cff7e08
const CONSTRUCTOR_ID: u32 = 0x1cff7e08
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetSplitRanges
impl PartialEq for GetSplitRanges
Source§impl RemoteCall for GetSplitRanges
impl RemoteCall for GetSplitRanges
Source§type Return = Vec<MessageRange>
type Return = Vec<MessageRange>
The deserialized response type.
Source§impl Serializable for GetSplitRanges
impl Serializable for GetSplitRanges
impl StructuralPartialEq for GetSplitRanges
Auto Trait Implementations§
impl Freeze for GetSplitRanges
impl RefUnwindSafe for GetSplitRanges
impl Send for GetSplitRanges
impl Sync for GetSplitRanges
impl Unpin for GetSplitRanges
impl UnsafeUnpin for GetSplitRanges
impl UnwindSafe for GetSplitRanges
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