pub struct PlanAuthorization {
pub expected_realm: ExecutionRealm,
pub expected_plan_id: PlanId,
}Fields§
§expected_realm: ExecutionRealm§expected_plan_id: PlanIdTrait Implementations§
Source§impl Clone for PlanAuthorization
impl Clone for PlanAuthorization
Source§fn clone(&self) -> PlanAuthorization
fn clone(&self) -> PlanAuthorization
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 moreimpl Copy for PlanAuthorization
Source§impl Debug for PlanAuthorization
impl Debug for PlanAuthorization
impl Eq for PlanAuthorization
Source§impl PartialEq for PlanAuthorization
impl PartialEq for PlanAuthorization
impl StructuralPartialEq for PlanAuthorization
Auto Trait Implementations§
impl Freeze for PlanAuthorization
impl RefUnwindSafe for PlanAuthorization
impl Send for PlanAuthorization
impl Sync for PlanAuthorization
impl Unpin for PlanAuthorization
impl UnsafeUnpin for PlanAuthorization
impl UnwindSafe for PlanAuthorization
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