Struct cloudfront_logs::referential::raw::Logline
source · pub struct Logline<V> { /* private fields */ }Implementations§
Trait Implementations§
source§impl<V: PartialEq> PartialEq for Logline<V>
impl<V: PartialEq> PartialEq for Logline<V>
impl<V> StructuralPartialEq for Logline<V>
Auto Trait Implementations§
impl<V> Freeze for Logline<V>
impl<V> RefUnwindSafe for Logline<V>where
V: RefUnwindSafe,
impl<V> Send for Logline<V>where
V: Send,
impl<V> Sync for Logline<V>where
V: Sync,
impl<V> Unpin for Logline<V>where
V: Unpin,
impl<V> UnwindSafe for Logline<V>where
V: UnwindSafe,
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)