pub struct SetNetworkIdDiscoverabilityParams {
pub network_id: String,
pub set_network_id_discoverability_request: SetNetworkIdDiscoverabilityRequest,
}
Expand description
struct for passing parameters to the method
[set_network_id_discoverability
]
Fields§
§network_id: String
The ID of the network
set_network_id_discoverability_request: SetNetworkIdDiscoverabilityRequest
Implementations§
Source§impl SetNetworkIdDiscoverabilityParams
impl SetNetworkIdDiscoverabilityParams
Sourcepub fn builder() -> SetNetworkIdDiscoverabilityParamsBuilder
pub fn builder() -> SetNetworkIdDiscoverabilityParamsBuilder
Create an instance of SetNetworkIdDiscoverabilityParams
using the builder syntax
Trait Implementations§
Source§impl Clone for SetNetworkIdDiscoverabilityParams
impl Clone for SetNetworkIdDiscoverabilityParams
Source§fn clone(&self) -> SetNetworkIdDiscoverabilityParams
fn clone(&self) -> SetNetworkIdDiscoverabilityParams
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for SetNetworkIdDiscoverabilityParams
impl RefUnwindSafe for SetNetworkIdDiscoverabilityParams
impl Send for SetNetworkIdDiscoverabilityParams
impl Sync for SetNetworkIdDiscoverabilityParams
impl Unpin for SetNetworkIdDiscoverabilityParams
impl UnwindSafe for SetNetworkIdDiscoverabilityParams
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