pub struct DirectoryAnchorBody {
pub updates: Vec<Value>,
pub receipts: Vec<Value>,
pub make_major_block: u64,
pub make_major_block_time: u64,
}Fields§
§updates: Vec<Value>§receipts: Vec<Value>§make_major_block: u64§make_major_block_time: u64Implementations§
Trait Implementations§
Source§impl Clone for DirectoryAnchorBody
impl Clone for DirectoryAnchorBody
Source§fn clone(&self) -> DirectoryAnchorBody
fn clone(&self) -> DirectoryAnchorBody
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 DirectoryAnchorBody
impl Debug for DirectoryAnchorBody
Source§impl<'de> Deserialize<'de> for DirectoryAnchorBody
impl<'de> Deserialize<'de> for DirectoryAnchorBody
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 DirectoryAnchorBody
impl PartialEq for DirectoryAnchorBody
Source§impl Serialize for DirectoryAnchorBody
impl Serialize for DirectoryAnchorBody
impl StructuralPartialEq for DirectoryAnchorBody
Auto Trait Implementations§
impl Freeze for DirectoryAnchorBody
impl RefUnwindSafe for DirectoryAnchorBody
impl Send for DirectoryAnchorBody
impl Sync for DirectoryAnchorBody
impl Unpin for DirectoryAnchorBody
impl UnsafeUnpin for DirectoryAnchorBody
impl UnwindSafe for DirectoryAnchorBody
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