pub struct GovernanceKey {
pub scope_id: String,
pub principal_id: String,
pub model: String,
}Fields§
§scope_id: String§principal_id: String§model: StringImplementations§
Trait Implementations§
Source§impl Clone for GovernanceKey
impl Clone for GovernanceKey
Source§fn clone(&self) -> GovernanceKey
fn clone(&self) -> GovernanceKey
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 GovernanceKey
impl Debug for GovernanceKey
impl Eq for GovernanceKey
Source§impl Hash for GovernanceKey
impl Hash for GovernanceKey
Source§impl PartialEq for GovernanceKey
impl PartialEq for GovernanceKey
impl StructuralPartialEq for GovernanceKey
Auto Trait Implementations§
impl Freeze for GovernanceKey
impl RefUnwindSafe for GovernanceKey
impl Send for GovernanceKey
impl Sync for GovernanceKey
impl Unpin for GovernanceKey
impl UnsafeUnpin for GovernanceKey
impl UnwindSafe for GovernanceKey
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