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