Struct rxrs::SubRef[][src]

pub struct SubRef<SS: ?Sized> { /* fields omitted */ }

Methods

impl<SS: ?Sized> SubRef<SS>
[src]

Trait Implementations

impl<SS: ?Sized> Clone for SubRef<SS>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Send for SubRef<Yes>
[src]

impl Sync for SubRef<Yes>
[src]

impl<SS: ?Sized> IntoSubRef<SS> for SubRef<SS>
[src]

impl IntoSubRef<No> for SubRef<Yes>
[src]

Auto Trait Implementations

impl<SS> !Send for SubRef<SS>

impl<SS> !Sync for SubRef<SS>