pub struct GranteeResponse {
pub reference: String,
pub history_reference: String,
}Expand description
Response from ApiService::create_grantees /
ApiService::patch_grantees: the new grantee-set reference and
the ACT history root.
Fields§
§reference: StringReference of the grantee set.
history_reference: StringACT history reference.
Trait Implementations§
Source§impl Clone for GranteeResponse
impl Clone for GranteeResponse
Source§fn clone(&self) -> GranteeResponse
fn clone(&self) -> GranteeResponse
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 GranteeResponse
impl Debug for GranteeResponse
Source§impl<'de> Deserialize<'de> for GranteeResponse
impl<'de> Deserialize<'de> for GranteeResponse
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 GranteeResponse
impl PartialEq for GranteeResponse
impl Eq for GranteeResponse
impl StructuralPartialEq for GranteeResponse
Auto Trait Implementations§
impl Freeze for GranteeResponse
impl RefUnwindSafe for GranteeResponse
impl Send for GranteeResponse
impl Sync for GranteeResponse
impl Unpin for GranteeResponse
impl UnsafeUnpin for GranteeResponse
impl UnwindSafe for GranteeResponse
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