pub struct Logs { /* private fields */ }Expand description
Implementations§
Source§impl Logs
impl Logs
Sourcepub fn get<I>(&self, i: I) -> Option<<I::Output as ToOwned>::Owned>
pub fn get<I>(&self, i: I) -> Option<<I::Output as ToOwned>::Owned>
Returns an owned valued of a SliceIndex
&'static Logforusize;Vec<&'static Log>forimpl RangeBounds<usize>;
Sourcepub fn last_with_levels(&self, levels: &[Level]) -> Option<(usize, Record)>
pub fn last_with_levels(&self, levels: &[Level]) -> Option<(usize, Record)>
Gets the last Record with a level from a list
Sourcepub fn has_changed(&self) -> bool
pub fn has_changed(&self) -> bool
Wether there are new notifications or not
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Logs
impl RefUnwindSafe for Logs
impl Send for Logs
impl Sync for Logs
impl Unpin for Logs
impl UnwindSafe for Logs
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