pub struct ClientCapabilitiesBuilderState<const EXPERIMENTAL: bool = false, const ROOTS: bool = false, const SAMPLING: bool = false>;Trait Implementations§
Source§impl<const EXPERIMENTAL: bool, const ROOTS: bool, const SAMPLING: bool> Clone for ClientCapabilitiesBuilderState<EXPERIMENTAL, ROOTS, SAMPLING>
impl<const EXPERIMENTAL: bool, const ROOTS: bool, const SAMPLING: bool> Clone for ClientCapabilitiesBuilderState<EXPERIMENTAL, ROOTS, SAMPLING>
Source§fn clone(&self) -> ClientCapabilitiesBuilderState<EXPERIMENTAL, ROOTS, SAMPLING>
fn clone(&self) -> ClientCapabilitiesBuilderState<EXPERIMENTAL, ROOTS, SAMPLING>
Returns a duplicate 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 moreSource§impl<const EXPERIMENTAL: bool, const ROOTS: bool, const SAMPLING: bool> Debug for ClientCapabilitiesBuilderState<EXPERIMENTAL, ROOTS, SAMPLING>
impl<const EXPERIMENTAL: bool, const ROOTS: bool, const SAMPLING: bool> Debug for ClientCapabilitiesBuilderState<EXPERIMENTAL, ROOTS, SAMPLING>
Source§impl<const EXPERIMENTAL: bool, const ROOTS: bool, const SAMPLING: bool> Default for ClientCapabilitiesBuilderState<EXPERIMENTAL, ROOTS, SAMPLING>
impl<const EXPERIMENTAL: bool, const ROOTS: bool, const SAMPLING: bool> Default for ClientCapabilitiesBuilderState<EXPERIMENTAL, ROOTS, SAMPLING>
Source§fn default() -> ClientCapabilitiesBuilderState<EXPERIMENTAL, ROOTS, SAMPLING>
fn default() -> ClientCapabilitiesBuilderState<EXPERIMENTAL, ROOTS, SAMPLING>
Returns the “default value” for a type. Read more
impl<const EXPERIMENTAL: bool, const ROOTS: bool, const SAMPLING: bool> Copy for ClientCapabilitiesBuilderState<EXPERIMENTAL, ROOTS, SAMPLING>
Auto Trait Implementations§
impl<const EXPERIMENTAL: bool, const ROOTS: bool, const SAMPLING: bool> Freeze for ClientCapabilitiesBuilderState<EXPERIMENTAL, ROOTS, SAMPLING>
impl<const EXPERIMENTAL: bool, const ROOTS: bool, const SAMPLING: bool> RefUnwindSafe for ClientCapabilitiesBuilderState<EXPERIMENTAL, ROOTS, SAMPLING>
impl<const EXPERIMENTAL: bool, const ROOTS: bool, const SAMPLING: bool> Send for ClientCapabilitiesBuilderState<EXPERIMENTAL, ROOTS, SAMPLING>
impl<const EXPERIMENTAL: bool, const ROOTS: bool, const SAMPLING: bool> Sync for ClientCapabilitiesBuilderState<EXPERIMENTAL, ROOTS, SAMPLING>
impl<const EXPERIMENTAL: bool, const ROOTS: bool, const SAMPLING: bool> Unpin for ClientCapabilitiesBuilderState<EXPERIMENTAL, ROOTS, SAMPLING>
impl<const EXPERIMENTAL: bool, const ROOTS: bool, const SAMPLING: bool> UnwindSafe for ClientCapabilitiesBuilderState<EXPERIMENTAL, ROOTS, SAMPLING>
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