pub struct VerifiedSynthesize {
pub tunnel_id: TunnelId,
pub interface_hash: [u8; 32],
}Fields§
§tunnel_id: TunnelId§interface_hash: [u8; 32]Trait Implementations§
Source§impl Clone for VerifiedSynthesize
impl Clone for VerifiedSynthesize
Source§fn clone(&self) -> VerifiedSynthesize
fn clone(&self) -> VerifiedSynthesize
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 VerifiedSynthesize
Source§impl Debug for VerifiedSynthesize
impl Debug for VerifiedSynthesize
impl Eq for VerifiedSynthesize
Source§impl PartialEq for VerifiedSynthesize
impl PartialEq for VerifiedSynthesize
impl StructuralPartialEq for VerifiedSynthesize
Auto Trait Implementations§
impl Freeze for VerifiedSynthesize
impl RefUnwindSafe for VerifiedSynthesize
impl Send for VerifiedSynthesize
impl Sync for VerifiedSynthesize
impl Unpin for VerifiedSynthesize
impl UnsafeUnpin for VerifiedSynthesize
impl UnwindSafe for VerifiedSynthesize
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