pub struct IcApiBoundaryNodeRequest {
pub source_endpoint: String,
pub now_unix_secs: u64,
}Expand description
IcApiBoundaryNodeRequest
Caller request for the complete certified API boundary-node state-tree collection.
Fields§
§source_endpoint: StringMainnet IC API endpoint used for the certified read_state request.
now_unix_secs: u64Caller observation time as Unix seconds.
Implementations§
Trait Implementations§
Source§impl Clone for IcApiBoundaryNodeRequest
impl Clone for IcApiBoundaryNodeRequest
Source§fn clone(&self) -> IcApiBoundaryNodeRequest
fn clone(&self) -> IcApiBoundaryNodeRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 IcApiBoundaryNodeRequest
impl Debug for IcApiBoundaryNodeRequest
impl Eq for IcApiBoundaryNodeRequest
Source§impl PartialEq for IcApiBoundaryNodeRequest
impl PartialEq for IcApiBoundaryNodeRequest
impl StructuralPartialEq for IcApiBoundaryNodeRequest
Auto Trait Implementations§
impl Freeze for IcApiBoundaryNodeRequest
impl RefUnwindSafe for IcApiBoundaryNodeRequest
impl Send for IcApiBoundaryNodeRequest
impl Sync for IcApiBoundaryNodeRequest
impl Unpin for IcApiBoundaryNodeRequest
impl UnsafeUnpin for IcApiBoundaryNodeRequest
impl UnwindSafe for IcApiBoundaryNodeRequest
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