Struct gmt_dos_clients_scope::server::Builder
source · pub struct Builder<'a, FU, K>where
FU: UniqueIdentifier,
K: ScopeKind,{ /* private fields */ }Expand description
Builder for scope server
Implementations§
source§impl<'a, FU> Builder<'a, FU, PlotScope>where
FU: UniqueIdentifier + 'static,
impl<'a, FU> Builder<'a, FU, PlotScope>where FU: UniqueIdentifier + 'static,
source§impl<'a, FU, K> Builder<'a, FU, K>where
FU: UniqueIdentifier + 'static,
K: ImageScopeKind,
impl<'a, FU, K> Builder<'a, FU, K>where FU: UniqueIdentifier + 'static, K: ImageScopeKind,
sourcepub fn frame_by_frame(self) -> Self
pub fn frame_by_frame(self) -> Self
Sends images one by one
The default behavior is to send a buffer of images whenever possible
Trait Implementations§
Auto Trait Implementations§
impl<'a, FU, K> RefUnwindSafe for Builder<'a, FU, K>where FU: RefUnwindSafe, K: RefUnwindSafe,
impl<'a, FU, K> Send for Builder<'a, FU, K>where K: Send,
impl<'a, FU, K> Sync for Builder<'a, FU, K>where K: Sync,
impl<'a, FU, K> Unpin for Builder<'a, FU, K>where FU: Unpin, K: Unpin,
impl<'a, FU, K> !UnwindSafe for Builder<'a, FU, K>
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> NoneValue for Twhere
T: Default,
impl<T> NoneValue for Twhere T: Default,
type NoneType = T
§fn null_value() -> T
fn null_value() -> T
The none-equivalent value.