pub struct AuthBuilder(/* private fields */);Implementations§
Source§impl AuthBuilder
impl AuthBuilder
pub const TOTAL_SIZE: usize = 21usize
pub const ITEM_SIZE: usize = 1usize
pub const ITEM_COUNT: usize = 21usize
pub fn set(self, v: [Byte; 21]) -> Self
pub fn nth0(self, v: Byte) -> Self
pub fn nth1(self, v: Byte) -> Self
pub fn nth2(self, v: Byte) -> Self
pub fn nth3(self, v: Byte) -> Self
pub fn nth4(self, v: Byte) -> Self
pub fn nth5(self, v: Byte) -> Self
pub fn nth6(self, v: Byte) -> Self
pub fn nth7(self, v: Byte) -> Self
pub fn nth8(self, v: Byte) -> Self
pub fn nth9(self, v: Byte) -> Self
pub fn nth10(self, v: Byte) -> Self
pub fn nth11(self, v: Byte) -> Self
pub fn nth12(self, v: Byte) -> Self
pub fn nth13(self, v: Byte) -> Self
pub fn nth14(self, v: Byte) -> Self
pub fn nth15(self, v: Byte) -> Self
pub fn nth16(self, v: Byte) -> Self
pub fn nth17(self, v: Byte) -> Self
pub fn nth18(self, v: Byte) -> Self
pub fn nth19(self, v: Byte) -> Self
pub fn nth20(self, v: Byte) -> Self
Trait Implementations§
Source§impl Builder for AuthBuilder
impl Builder for AuthBuilder
Source§impl Debug for AuthBuilder
impl Debug for AuthBuilder
Auto Trait Implementations§
impl Freeze for AuthBuilder
impl RefUnwindSafe for AuthBuilder
impl Send for AuthBuilder
impl Sync for AuthBuilder
impl Unpin for AuthBuilder
impl UnwindSafe for AuthBuilder
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>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more