pub struct ServerlessCacheEndpoint {
pub address: String,
pub port: u16,
}Fields§
§address: String§port: u16Trait Implementations§
Source§impl Clone for ServerlessCacheEndpoint
impl Clone for ServerlessCacheEndpoint
Source§fn clone(&self) -> ServerlessCacheEndpoint
fn clone(&self) -> ServerlessCacheEndpoint
Returns a duplicate 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 ServerlessCacheEndpoint
impl RefUnwindSafe for ServerlessCacheEndpoint
impl Send for ServerlessCacheEndpoint
impl Sync for ServerlessCacheEndpoint
impl Unpin for ServerlessCacheEndpoint
impl UnsafeUnpin for ServerlessCacheEndpoint
impl UnwindSafe for ServerlessCacheEndpoint
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