Struct libblobd_lite::stream::StreamEvent
source · pub struct StreamEvent {
pub typ: StreamEventType,
pub bucket_id: u64,
pub object_id: u64,
}Fields§
§typ: StreamEventType§bucket_id: u64§object_id: u64Trait Implementations§
source§impl Clone for StreamEvent
impl Clone for StreamEvent
source§fn clone(&self) -> StreamEvent
fn clone(&self) -> StreamEvent
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl RefUnwindSafe for StreamEvent
impl Send for StreamEvent
impl Sync for StreamEvent
impl Unpin for StreamEvent
impl UnwindSafe for StreamEvent
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