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