pub struct TgLargeObjectCache { /* private fields */ }Expand description
Represents large object cache.
since 0.5.0
Implementations§
Trait Implementations§
Source§impl Clone for TgLargeObjectCache
impl Clone for TgLargeObjectCache
Source§fn clone(&self) -> TgLargeObjectCache
fn clone(&self) -> TgLargeObjectCache
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 moreSource§impl Debug for TgLargeObjectCache
impl Debug for TgLargeObjectCache
Source§impl PartialEq for TgLargeObjectCache
impl PartialEq for TgLargeObjectCache
impl Eq for TgLargeObjectCache
impl StructuralPartialEq for TgLargeObjectCache
Auto Trait Implementations§
impl Freeze for TgLargeObjectCache
impl RefUnwindSafe for TgLargeObjectCache
impl Send for TgLargeObjectCache
impl Sync for TgLargeObjectCache
impl Unpin for TgLargeObjectCache
impl UnwindSafe for TgLargeObjectCache
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