pub struct SetAfhHostChannelClassificationBuilder {
pub afh_host_channel_classification: [u8; 10],
}Fields§
§afh_host_channel_classification: [u8; 10]Implementations§
Source§impl SetAfhHostChannelClassificationBuilder
impl SetAfhHostChannelClassificationBuilder
pub fn build(self) -> SetAfhHostChannelClassification
Trait Implementations§
Source§impl From<SetAfhHostChannelClassificationBuilder> for Command
impl From<SetAfhHostChannelClassificationBuilder> for Command
Source§fn from(builder: SetAfhHostChannelClassificationBuilder) -> Command
fn from(builder: SetAfhHostChannelClassificationBuilder) -> Command
Converts to this type from the input type.
Source§impl From<SetAfhHostChannelClassificationBuilder> for SetAfhHostChannelClassification
impl From<SetAfhHostChannelClassificationBuilder> for SetAfhHostChannelClassification
Source§fn from(
builder: SetAfhHostChannelClassificationBuilder,
) -> SetAfhHostChannelClassification
fn from( builder: SetAfhHostChannelClassificationBuilder, ) -> SetAfhHostChannelClassification
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SetAfhHostChannelClassificationBuilder
impl RefUnwindSafe for SetAfhHostChannelClassificationBuilder
impl Send for SetAfhHostChannelClassificationBuilder
impl Sync for SetAfhHostChannelClassificationBuilder
impl Unpin for SetAfhHostChannelClassificationBuilder
impl UnwindSafe for SetAfhHostChannelClassificationBuilder
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> 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