pub struct AttachFrontierCharges { /* private fields */ }Expand description
Exact charges for a credential attach’s one or two retained rows.
Implementations§
Source§impl AttachFrontierCharges
impl AttachFrontierCharges
Sourcepub const fn new(
terminal: Option<RetainedRecordCharge>,
attached: RetainedRecordCharge,
) -> Self
pub const fn new( terminal: Option<RetainedRecordCharge>, attached: RetainedRecordCharge, ) -> Self
Couples the canonical Attached charge with an optional terminal charge.
Trait Implementations§
Source§impl Debug for AttachFrontierCharges
impl Debug for AttachFrontierCharges
impl Eq for AttachFrontierCharges
Source§impl PartialEq for AttachFrontierCharges
impl PartialEq for AttachFrontierCharges
impl StructuralPartialEq for AttachFrontierCharges
Auto Trait Implementations§
impl Freeze for AttachFrontierCharges
impl RefUnwindSafe for AttachFrontierCharges
impl Send for AttachFrontierCharges
impl Sync for AttachFrontierCharges
impl Unpin for AttachFrontierCharges
impl UnsafeUnpin for AttachFrontierCharges
impl UnwindSafe for AttachFrontierCharges
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