pub struct GetAnchoredRootParams {
pub store_id: HexId,
}Expand description
Params for dig.getAnchoredRoot.
Fields§
§store_id: HexIdThe store launcher id (64-hex).
Trait Implementations§
Source§impl Clone for GetAnchoredRootParams
impl Clone for GetAnchoredRootParams
Source§fn clone(&self) -> GetAnchoredRootParams
fn clone(&self) -> GetAnchoredRootParams
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 GetAnchoredRootParams
impl Debug for GetAnchoredRootParams
Source§impl<'de> Deserialize<'de> for GetAnchoredRootParams
impl<'de> Deserialize<'de> for GetAnchoredRootParams
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 GetAnchoredRootParams
impl PartialEq for GetAnchoredRootParams
Source§impl Serialize for GetAnchoredRootParams
impl Serialize for GetAnchoredRootParams
impl StructuralPartialEq for GetAnchoredRootParams
Auto Trait Implementations§
impl Freeze for GetAnchoredRootParams
impl RefUnwindSafe for GetAnchoredRootParams
impl Send for GetAnchoredRootParams
impl Sync for GetAnchoredRootParams
impl Unpin for GetAnchoredRootParams
impl UnsafeUnpin for GetAnchoredRootParams
impl UnwindSafe for GetAnchoredRootParams
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