pub struct InfoLogEntry {
pub message: String,
}Fields§
§message: StringTrait Implementations§
Source§impl Clone for InfoLogEntry
impl Clone for InfoLogEntry
Source§fn clone(&self) -> InfoLogEntry
fn clone(&self) -> InfoLogEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 InfoLogEntry
impl Debug for InfoLogEntry
Source§impl PartialEq for InfoLogEntry
impl PartialEq for InfoLogEntry
Source§fn eq(&self, other: &InfoLogEntry) -> bool
fn eq(&self, other: &InfoLogEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InfoLogEntry
Auto Trait Implementations§
impl Freeze for InfoLogEntry
impl RefUnwindSafe for InfoLogEntry
impl Send for InfoLogEntry
impl Sync for InfoLogEntry
impl Unpin for InfoLogEntry
impl UnsafeUnpin for InfoLogEntry
impl UnwindSafe for InfoLogEntry
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