pub struct MinLedgerTimeAbs {
pub value: String,
}
Fields§
§value: String
Implementations§
Source§impl MinLedgerTimeAbs
impl MinLedgerTimeAbs
pub fn new(value: String) -> MinLedgerTimeAbs
Trait Implementations§
Source§impl Clone for MinLedgerTimeAbs
impl Clone for MinLedgerTimeAbs
Source§fn clone(&self) -> MinLedgerTimeAbs
fn clone(&self) -> MinLedgerTimeAbs
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 MinLedgerTimeAbs
impl Debug for MinLedgerTimeAbs
Source§impl Default for MinLedgerTimeAbs
impl Default for MinLedgerTimeAbs
Source§fn default() -> MinLedgerTimeAbs
fn default() -> MinLedgerTimeAbs
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MinLedgerTimeAbs
impl<'de> Deserialize<'de> for MinLedgerTimeAbs
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for MinLedgerTimeAbs
impl PartialEq for MinLedgerTimeAbs
Source§impl Serialize for MinLedgerTimeAbs
impl Serialize for MinLedgerTimeAbs
impl StructuralPartialEq for MinLedgerTimeAbs
Auto Trait Implementations§
impl Freeze for MinLedgerTimeAbs
impl RefUnwindSafe for MinLedgerTimeAbs
impl Send for MinLedgerTimeAbs
impl Sync for MinLedgerTimeAbs
impl Unpin for MinLedgerTimeAbs
impl UnwindSafe for MinLedgerTimeAbs
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