struct AddressedProtoTube {
tube: Rc<ProtoTube>,
socket_addr: String,
}Fields§
§tube: Rc<ProtoTube>§socket_addr: StringImplementations§
Trait Implementations§
Source§impl Hash for AddressedProtoTube
impl Hash for AddressedProtoTube
Source§impl PartialEq for AddressedProtoTube
impl PartialEq for AddressedProtoTube
impl Eq for AddressedProtoTube
Auto Trait Implementations§
impl Freeze for AddressedProtoTube
impl RefUnwindSafe for AddressedProtoTube
impl !Send for AddressedProtoTube
impl !Sync for AddressedProtoTube
impl Unpin for AddressedProtoTube
impl UnwindSafe for AddressedProtoTube
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.