pub enum AccountDaysTtl {
AccountDaysTtl(AccountDaysTtl),
}Expand description
Variants§
AccountDaysTtl(AccountDaysTtl)
Trait Implementations§
Source§impl Clone for AccountDaysTtl
impl Clone for AccountDaysTtl
Source§fn clone(&self) -> AccountDaysTtl
fn clone(&self) -> AccountDaysTtl
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 AccountDaysTtl
impl Debug for AccountDaysTtl
Source§impl Deserializable for AccountDaysTtl
impl Deserializable for AccountDaysTtl
Source§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§impl From<AccountDaysTtl> for AccountDaysTtl
impl From<AccountDaysTtl> for AccountDaysTtl
Source§fn from(x: AccountDaysTtl) -> Self
fn from(x: AccountDaysTtl) -> Self
Converts to this type from the input type.
Source§impl PartialEq for AccountDaysTtl
impl PartialEq for AccountDaysTtl
Source§impl Serializable for AccountDaysTtl
impl Serializable for AccountDaysTtl
Source§impl TryFrom<AccountDaysTtl> for AccountDaysTtl
impl TryFrom<AccountDaysTtl> for AccountDaysTtl
Source§type Error = AccountDaysTtl
type Error = AccountDaysTtl
The type returned in the event of a conversion error.
impl StructuralPartialEq for AccountDaysTtl
Auto Trait Implementations§
impl Freeze for AccountDaysTtl
impl RefUnwindSafe for AccountDaysTtl
impl Send for AccountDaysTtl
impl Sync for AccountDaysTtl
impl Unpin for AccountDaysTtl
impl UnsafeUnpin for AccountDaysTtl
impl UnwindSafe for AccountDaysTtl
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