pub struct ResponderId {
pub id_by: ResponderType,
pub id: Bytes,
}Expand description
Munzo responder id
Fields§
§id_by: ResponderTypeid by name or key hash
id: Bytesid
Implementations§
Source§impl ResponderId
impl ResponderId
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResponderId
impl RefUnwindSafe for ResponderId
impl Send for ResponderId
impl Sync for ResponderId
impl Unpin for ResponderId
impl UnsafeUnpin for ResponderId
impl UnwindSafe for ResponderId
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