pub struct GrantTargetOption {
pub label: String,
pub target_instance_id: Uuid,
}Fields§
§label: String§target_instance_id: UuidTrait Implementations§
Source§impl Clone for GrantTargetOption
impl Clone for GrantTargetOption
Source§fn clone(&self) -> GrantTargetOption
fn clone(&self) -> GrantTargetOption
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 moreAuto Trait Implementations§
impl Freeze for GrantTargetOption
impl RefUnwindSafe for GrantTargetOption
impl Send for GrantTargetOption
impl Sync for GrantTargetOption
impl Unpin for GrantTargetOption
impl UnsafeUnpin for GrantTargetOption
impl UnwindSafe for GrantTargetOption
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