pub struct RingBufferToCreate {
pub fragment: Option<Fragment>,
pub ringbuffer: String,
pub namespace: NamespaceId,
pub columns: Vec<RingBufferColumnToCreate>,
pub capacity: u64,
}Fields§
§fragment: Option<Fragment>§ringbuffer: String§namespace: NamespaceId§columns: Vec<RingBufferColumnToCreate>§capacity: u64Trait Implementations§
Source§impl Clone for RingBufferToCreate
impl Clone for RingBufferToCreate
Source§fn clone(&self) -> RingBufferToCreate
fn clone(&self) -> RingBufferToCreate
Returns a duplicate 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 Freeze for RingBufferToCreate
impl RefUnwindSafe for RingBufferToCreate
impl Send for RingBufferToCreate
impl Sync for RingBufferToCreate
impl Unpin for RingBufferToCreate
impl UnwindSafe for RingBufferToCreate
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