pub struct UpstreamAppDestination {
pub destination: DestinationHash,
pub kind: UpstreamAppDestinationKind,
pub name_hash: DottedNameHash,
}Fields§
§destination: DestinationHash§kind: UpstreamAppDestinationKind§name_hash: DottedNameHashTrait Implementations§
Source§impl Clone for UpstreamAppDestination
impl Clone for UpstreamAppDestination
Source§fn clone(&self) -> UpstreamAppDestination
fn clone(&self) -> UpstreamAppDestination
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 UpstreamAppDestination
Source§impl Debug for UpstreamAppDestination
impl Debug for UpstreamAppDestination
impl Eq for UpstreamAppDestination
Source§impl PartialEq for UpstreamAppDestination
impl PartialEq for UpstreamAppDestination
impl StructuralPartialEq for UpstreamAppDestination
Auto Trait Implementations§
impl Freeze for UpstreamAppDestination
impl RefUnwindSafe for UpstreamAppDestination
impl Send for UpstreamAppDestination
impl Sync for UpstreamAppDestination
impl Unpin for UpstreamAppDestination
impl UnsafeUnpin for UpstreamAppDestination
impl UnwindSafe for UpstreamAppDestination
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