Struct openstack_sdk::api::compute::v2::server::os_get_console_output::OsGetConsoleOutputBuilder
source · pub struct OsGetConsoleOutputBuilder<'a> { /* private fields */ }Expand description
Builder for OsGetConsoleOutput.
Implementations§
source§impl<'a> OsGetConsoleOutputBuilder<'a>
impl<'a> OsGetConsoleOutputBuilder<'a>
sourcepub fn length<VALUE: Into<Option<Cow<'a, str>>>>(
&mut self,
value: VALUE
) -> &mut Self
pub fn length<VALUE: Into<Option<Cow<'a, str>>>>( &mut self, value: VALUE ) -> &mut Self
The number of lines to fetch from the end of console log. All lines will be returned if this is not specified.
Note
This parameter can be specified as not only ‘integer’ but also ‘string’.
sourcepub fn build(
&self
) -> Result<OsGetConsoleOutput<'a>, OsGetConsoleOutputBuilderError>
pub fn build( &self ) -> Result<OsGetConsoleOutput<'a>, OsGetConsoleOutputBuilderError>
Trait Implementations§
source§impl<'a> Clone for OsGetConsoleOutputBuilder<'a>
impl<'a> Clone for OsGetConsoleOutputBuilder<'a>
source§fn clone(&self) -> OsGetConsoleOutputBuilder<'a>
fn clone(&self) -> OsGetConsoleOutputBuilder<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<'a> RefUnwindSafe for OsGetConsoleOutputBuilder<'a>
impl<'a> Send for OsGetConsoleOutputBuilder<'a>
impl<'a> Sync for OsGetConsoleOutputBuilder<'a>
impl<'a> Unpin for OsGetConsoleOutputBuilder<'a>
impl<'a> UnwindSafe for OsGetConsoleOutputBuilder<'a>
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