Struct fastly_api::apis::acl_entry_api::BulkUpdateAclEntriesParams
source · pub struct BulkUpdateAclEntriesParams {
pub service_id: String,
pub acl_id: String,
pub bulk_update_acl_entries_request: Option<BulkUpdateAclEntriesRequest>,
}
Expand description
struct for passing parameters to the method bulk_update_acl_entries
Fields§
§service_id: String
Alphanumeric string identifying the service.
acl_id: String
Alphanumeric string identifying a ACL.
bulk_update_acl_entries_request: Option<BulkUpdateAclEntriesRequest>
Trait Implementations§
source§impl Clone for BulkUpdateAclEntriesParams
impl Clone for BulkUpdateAclEntriesParams
source§fn clone(&self) -> BulkUpdateAclEntriesParams
fn clone(&self) -> BulkUpdateAclEntriesParams
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 moresource§impl Debug for BulkUpdateAclEntriesParams
impl Debug for BulkUpdateAclEntriesParams
source§impl Default for BulkUpdateAclEntriesParams
impl Default for BulkUpdateAclEntriesParams
source§fn default() -> BulkUpdateAclEntriesParams
fn default() -> BulkUpdateAclEntriesParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for BulkUpdateAclEntriesParams
impl Send for BulkUpdateAclEntriesParams
impl Sync for BulkUpdateAclEntriesParams
impl Unpin for BulkUpdateAclEntriesParams
impl UnwindSafe for BulkUpdateAclEntriesParams
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