#[repr(C)]pub enum AiDefaultLogStream {
File = 1,
StdOut = 2,
StdErr = 4,
Debugger = 8,
}Variants§
Trait Implementations§
Source§impl Clone for AiDefaultLogStream
impl Clone for AiDefaultLogStream
Source§fn clone(&self) -> AiDefaultLogStream
fn clone(&self) -> AiDefaultLogStream
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 moreimpl Copy for AiDefaultLogStream
Source§impl Debug for AiDefaultLogStream
impl Debug for AiDefaultLogStream
impl Eq for AiDefaultLogStream
Source§impl PartialEq for AiDefaultLogStream
impl PartialEq for AiDefaultLogStream
Source§fn eq(&self, other: &AiDefaultLogStream) -> bool
fn eq(&self, other: &AiDefaultLogStream) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AiDefaultLogStream
Auto Trait Implementations§
impl Freeze for AiDefaultLogStream
impl RefUnwindSafe for AiDefaultLogStream
impl Send for AiDefaultLogStream
impl Sync for AiDefaultLogStream
impl Unpin for AiDefaultLogStream
impl UnsafeUnpin for AiDefaultLogStream
impl UnwindSafe for AiDefaultLogStream
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