pub struct BuildLogsOptions {
pub follow: bool,
}Expand description
Build logs options
Fields§
§follow: boolWhether to follow the logs stream
Trait Implementations§
Source§impl Clone for BuildLogsOptions
impl Clone for BuildLogsOptions
Source§fn clone(&self) -> BuildLogsOptions
fn clone(&self) -> BuildLogsOptions
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 BuildLogsOptions
impl Debug for BuildLogsOptions
Source§impl Default for BuildLogsOptions
impl Default for BuildLogsOptions
Source§fn default() -> BuildLogsOptions
fn default() -> BuildLogsOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BuildLogsOptions
impl RefUnwindSafe for BuildLogsOptions
impl Send for BuildLogsOptions
impl Sync for BuildLogsOptions
impl Unpin for BuildLogsOptions
impl UnsafeUnpin for BuildLogsOptions
impl UnwindSafe for BuildLogsOptions
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