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