pub struct GetLastState(/* private fields */);
Implementations§
Source§impl GetLastState
impl GetLastState
pub const FIELD_COUNT: usize = 1usize
pub fn total_size(&self) -> usize
pub fn field_count(&self) -> usize
pub fn count_extra_fields(&self) -> usize
pub fn has_extra_fields(&self) -> bool
pub fn subscribe(&self) -> Bool
pub fn as_reader<'r>(&'r self) -> GetLastStateReader<'r>
Trait Implementations§
Source§impl Clone for GetLastState
impl Clone for GetLastState
Source§fn clone(&self) -> GetLastState
fn clone(&self) -> GetLastState
Returns a copy 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 GetLastState
impl Debug for GetLastState
Source§impl Default for GetLastState
impl Default for GetLastState
Source§fn default() -> GetLastState
fn default() -> GetLastState
Returns the “default value” for a type. Read more
Source§impl Display for GetLastState
impl Display for GetLastState
Source§impl Entity for GetLastState
impl Entity for GetLastState
const NAME: &'static str = "GetLastState"
type Builder = GetLastStateBuilder
fn new_unchecked(data: Bytes) -> GetLastState
fn as_bytes(&self) -> Bytes
fn as_slice(&self) -> &[u8] ⓘ
fn from_slice(slice: &[u8]) -> Result<GetLastState, VerificationError>
fn from_compatible_slice( slice: &[u8], ) -> Result<GetLastState, VerificationError>
fn new_builder() -> <GetLastState as Entity>::Builder
fn as_builder(self) -> <GetLastState as Entity>::Builder
Source§impl From<GetLastState> for LightClientMessageUnion
impl From<GetLastState> for LightClientMessageUnion
Source§fn from(item: GetLastState) -> LightClientMessageUnion
fn from(item: GetLastState) -> LightClientMessageUnion
Converts to this type from the input type.
Auto Trait Implementations§
impl !Freeze for GetLastState
impl RefUnwindSafe for GetLastState
impl Send for GetLastState
impl Sync for GetLastState
impl Unpin for GetLastState
impl UnwindSafe for GetLastState
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)