pub struct AssignReplicasToDirsDirectory {
pub id: [u8; 16],
pub topics: Vec<AssignReplicasToDirsTopic>,
}Expand description
One directory in an AssignReplicasToDirs (api 73) request.
Fields§
§id: [u8; 16]Directory or topic UUID.
topics: Vec<AssignReplicasToDirsTopic>Topics in this request or response.
Implementations§
Trait Implementations§
Source§impl Clone for AssignReplicasToDirsDirectory
impl Clone for AssignReplicasToDirsDirectory
Source§fn clone(&self) -> AssignReplicasToDirsDirectory
fn clone(&self) -> AssignReplicasToDirsDirectory
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Eq for AssignReplicasToDirsDirectory
impl StructuralPartialEq for AssignReplicasToDirsDirectory
Auto Trait Implementations§
impl Freeze for AssignReplicasToDirsDirectory
impl RefUnwindSafe for AssignReplicasToDirsDirectory
impl Send for AssignReplicasToDirsDirectory
impl Sync for AssignReplicasToDirsDirectory
impl Unpin for AssignReplicasToDirsDirectory
impl UnsafeUnpin for AssignReplicasToDirsDirectory
impl UnwindSafe for AssignReplicasToDirsDirectory
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