pub struct RefreshProgressMessage { /* private fields */ }
Implementations§
Source§impl RefreshProgressMessage
impl RefreshProgressMessage
pub fn data<T>(self, value: T) -> Self
pub fn message_id<T>(self, value: T) -> Self
pub fn message_type<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for RefreshProgressMessage
impl Clone for RefreshProgressMessage
Source§fn clone(&self) -> RefreshProgressMessage
fn clone(&self) -> RefreshProgressMessage
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 RefreshProgressMessage
impl Debug for RefreshProgressMessage
Source§impl Default for RefreshProgressMessage
impl Default for RefreshProgressMessage
Source§impl From<RefreshProgressMessage> for RefreshProgressMessage
impl From<RefreshProgressMessage> for RefreshProgressMessage
Source§fn from(value: RefreshProgressMessage) -> Self
fn from(value: RefreshProgressMessage) -> Self
Converts to this type from the input type.
Source§impl TryFrom<RefreshProgressMessage> for RefreshProgressMessage
impl TryFrom<RefreshProgressMessage> for RefreshProgressMessage
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: RefreshProgressMessage) -> Result<Self, ConversionError>
fn try_from(value: RefreshProgressMessage) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for RefreshProgressMessage
impl RefUnwindSafe for RefreshProgressMessage
impl Send for RefreshProgressMessage
impl Sync for RefreshProgressMessage
impl Unpin for RefreshProgressMessage
impl UnwindSafe for RefreshProgressMessage
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