Struct libblobd_lite::object::TailPageSizes
source · pub struct TailPageSizes(_, _);
Implementations§
Trait Implementations§
source§impl Clone for TailPageSizes
impl Clone for TailPageSizes
source§fn clone(&self) -> TailPageSizes
fn clone(&self) -> TailPageSizes
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 moresource§impl IntoIterator for TailPageSizes
impl IntoIterator for TailPageSizes
impl Copy for TailPageSizes
Auto Trait Implementations§
impl RefUnwindSafe for TailPageSizes
impl Send for TailPageSizes
impl Sync for TailPageSizes
impl Unpin for TailPageSizes
impl UnwindSafe for TailPageSizes
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