pub struct UpstreamCloseOptions {
pub close_session: bool,
}Expand description
アップストリームのクローズオプション
Fields§
§close_session: boolセッションも同時に閉じるかどうか
Trait Implementations§
Source§impl Clone for UpstreamCloseOptions
impl Clone for UpstreamCloseOptions
Source§fn clone(&self) -> UpstreamCloseOptions
fn clone(&self) -> UpstreamCloseOptions
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 UpstreamCloseOptions
impl Debug for UpstreamCloseOptions
Source§impl Default for UpstreamCloseOptions
impl Default for UpstreamCloseOptions
Source§fn default() -> UpstreamCloseOptions
fn default() -> UpstreamCloseOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UpstreamCloseOptions
impl RefUnwindSafe for UpstreamCloseOptions
impl Send for UpstreamCloseOptions
impl Sync for UpstreamCloseOptions
impl Unpin for UpstreamCloseOptions
impl UnsafeUnpin for UpstreamCloseOptions
impl UnwindSafe for UpstreamCloseOptions
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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