pub struct BridgeProvenance {
pub author: Symbol,
pub card: Option<String>,
}Expand description
Provenance carried in the BRIDGE header.
Fields§
Author seat or system symbol.
card: Option<String>Optional card id or descriptor.
Trait Implementations§
Source§impl Clone for BridgeProvenance
impl Clone for BridgeProvenance
Source§fn clone(&self) -> BridgeProvenance
fn clone(&self) -> BridgeProvenance
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 BridgeProvenance
impl Debug for BridgeProvenance
Source§impl Default for BridgeProvenance
impl Default for BridgeProvenance
impl Eq for BridgeProvenance
Source§impl PartialEq for BridgeProvenance
impl PartialEq for BridgeProvenance
impl StructuralPartialEq for BridgeProvenance
Auto Trait Implementations§
impl Freeze for BridgeProvenance
impl RefUnwindSafe for BridgeProvenance
impl Send for BridgeProvenance
impl Sync for BridgeProvenance
impl Unpin for BridgeProvenance
impl UnsafeUnpin for BridgeProvenance
impl UnwindSafe for BridgeProvenance
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